home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / hsc.lha / hsc / README < prev    next >
Text File  |  1996-05-15  |  2KB  |  49 lines

  1.  
  2. hsc ( v0.9.7,  15-May-1996 )
  3.  
  4.   This is a developer tool for HTML projects.
  5.  
  6.   It can be used on any HTML-file and creates a new HTML-file
  7.   as output. It's mainly intended to create and maintain larger
  8.   HTML-projects. As a CLI-only tool, it can be used with 'make'.
  9.  
  10.   hsc is *not* a tool to make HTML easier for beginners.
  11.  
  12.   It's a tool to make HTML a bit less painful and braindamaged
  13.   for people who already know how to work with it.
  14.  
  15.   Freeware, distributed under GNU GPL; Documentation in HTML.
  16.   ANSI-C source code included.
  17.  
  18. FEATURES
  19.  
  20.   o adds some special tags, for example
  21.     o include files (also sources)
  22.     o insert current time
  23.     o execute shell commands during conversion
  24.   o define macros
  25.   o conditional conversion (if/else)
  26.   o simple expressions can be passed as values to attributes
  27.     (like string concatenation, string comparison or import of
  28.     environment variables)
  29.   o for local links, checks if file/id exists
  30.   o maintains a project-file to check existence of id's over
  31.     all files processed
  32.   o supports absolute URIs (relative to root-directory of project)
  33.   o replaces special characters by its entities
  34.   o strips comments and specified tags
  35.   o strips tags with external reference (nonet-version)
  36.   o evaluates attributes for image size
  37.   o performs a (small) syntax- and structure check
  38.   o easy to extend syntax-definition format
  39.  
  40.  
  41. AVAILABILITY
  42.  
  43.   ftp://wuarchive.wustl.edu/pub/aminet/text/hyper/hsc.lha
  44.   http://www.giga.or.at/~agi/hsc/index.html
  45.  
  46. AUTHOR
  47.  
  48.   Thomas Aglassinger <agi@giga.or.at>
  49.